home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 4 / FM Towns Free Software Collection 4 - Disc 1.iso / t_os / wstype / source / disp.h < prev    next >
Text File  |  1991-10-18  |  190b  |  11 lines

  1. /***   [disp.h]
  2. *
  3. *    For GNU C Compiler (GCC)
  4. *
  5. ***/
  6.  
  7. void    DSP_init(void);
  8. void    DSP_change(void);
  9. void    DSP_set(struct txinfo_t *);
  10. int        WIND_disp(int, struct txinfo_t *, int, int);
  11.